←Select platform

AnnObservableCollection<T> Constructor(List<T>)

Summary

Initializes a new instance of AnnObservableCollection from the specified list.

Syntax
C#
VB
public AnnObservableCollection<T>( 
   List<T> list 
) 
Public Function New( _ 
   ByVal list As List(Of T) _ 
) 

Parameters

list
Source list. Items will be added to this collection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly